func syscall.read

2 uses

	syscall (current package)
		syscall_unix.go#L181: 	n, err = read(fd, p)
		zsyscall_linux_amd64.go#L714: func read(fd int, p []byte) (n int, err error) {